home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineButton2_794 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  154 b   |  9 lines

  1. on(release){
  2.    _global.gameMusic.setVolume(0);
  3.    tellTarget("musicPointer")
  4.    {
  5.       gotoAndStop("off");
  6.    }
  7.    _root.musicVolume = "off";
  8. }
  9.